xen: arm: fix is_xen_fixed_mfn
authorIan Campbell <ian.campbell@citrix.com>
Thu, 8 Aug 2013 12:15:14 +0000 (13:15 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 20 Aug 2013 14:44:36 +0000 (15:44 +0100)
commit8b36092b02e036088420ba9056afb447a90120e6
tree05f111583bcec434a2a5574a7de20bd81db28d65
parentcbf4911d286b46b9b7e6bf55ed3f00b16ee3df4c
xen: arm: fix is_xen_fixed_mfn

The current implementation is nonsense since the xenheap and the xen
text/data/etc mappings are nowhere near each other.

This is only actually used by the page offlining code, which isn't active on
ARM.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
xen/include/asm-arm/mm.h